setTextMarkupColor Method
In This Topic
Sets the annotation markup color.
Color must be Gray, RGB or CMYK.
Syntax
public void setTextMarkupColor(
PDFColor
)
|
Parameters
- color
- The annotation markup color.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When the color is set to a color other than Gray, RGB or CMYK. |
See Also